Optimizations

Description

Options for improving the performance of the UX Component when it is loaded from the Web Appication Server.

Name
Description
Pre-render component at design-time

Pre-rendering the UX Component at design time makes it faster to load the component at run-time.

When to compute pre-rendered component

Specify when Alpha Anywhere should calculate the pre-rendered UX Component.

Allow style to be changed at run-time

Specify if the UX Component's style can be modified at run-time.

Apply security and server-side show/hide expressions client-side

If you select this option, the component is not re-rendered at run-time to apply security and server-side show/hide expressions. Client-side JavaScript is used to hide controls that should not be visible to the user. This is less secure than applying these calculations server-side because the controls are still included in the component's HTML.

See Also